home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Languguage OS 2
/
Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO
/
a_utils
/
perl
/
msds-prl
/
ptchds19.zoo
/
pipe_t
< prev
next >
Wrap
Text File
|
1992-02-23
|
685b
|
30 lines
MS-DOS patches to perl.
Apply this patch to the standard perl source, version 4, patch level 19,
using "patch -p." Do this in the root directory of the perl source
distribution.
You can cat all these patches together and pipe the output to patch -p.
Len Reed
Holos Software, Inc.
..!gatech!holos0!lbr
holos0!lbr@gatech.edu
--------------------------------------
*** t/io/pipe.t.old Tue Apr 23 23:48:50 1991
--- t/io/pipe.t Thu Nov 14 08:57:08 1991
***************
*** 2,7 ****
--- 2,13 ----
# $Header: pipe.t,v 4.0 91/03/20 01:51:02 lwall Locked $
+ eval('umask'); # won't work on MS-DOS
+ if ($@) {
+ print "1..0\n";
+ exit 0;
+ }
+
$| = 1;
print "1..8\n";